CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bp 异或

搜索资源列表

  1. BP异或问题

    0下载:
  2. 最基础的bp算法,解决异或问题的vc算法.-bp of the most basic algorithm to resolve differences or problems vc algorithm.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8292
    • 提供者:lily
  1. 广义异或bp算法

    0下载:
  2. 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15954
    • 提供者:刘波
  1. bp神经网络解决异或问题

    0下载:
  2. BP神经网络解决异或问题-BP neural network or problems to solve differences
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:53229
    • 提供者:tu
  1. 用BP网络解决异或问题(C++语言)

    0下载:
  2. 用BP网络解决异或问题-BP network or problems to resolve differences
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:刘鑫
  1. Bp

    0下载:
  2. 本程序为BP算法在一个简单分类中的应用,主要针对异或问题,有助于对本算法的理解
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1085
    • 提供者:luozhenbao
  1. bp

    0下载:
  2. bp 神经网络 ,解决异或问题 networks vc++6.0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9092
    • 提供者:zhang kevin
  1. BP

    0下载:
  2. BP实现与或异或运算,自己编的哦
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:114652
    • 提供者:ranee
  1. BP

    0下载:
  2. 运用BP网络实现三个二进制位的异或运算,带有样本库可编译运行
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:168237
    • 提供者:王彦光
  1. BP网络解决异或问题

    0下载:
  2. 这是一种利用bp神经网络来解决异或问题的算法.-bp using neural networks to solve the problems or differences algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:68266
    • 提供者:王立
  1. BP_XOR三层BP人工神经网络解决异或问题

    1下载:
  2. 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-01-11
    • 文件大小:1298
    • 提供者:testsb
  1. BP-for-xor 用bp算法解决异或问题

    0下载:
  2. 用bp算法解决异或问题,学习异或,文件为matlab程序源代码,可以直接运行-XOR with bp algorithm to solve the problem, learning differences or, as the matlab program source code file, you can directly run
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:19462
    • 提供者:kelaosuo
  1. 利用bp神经网络实现异或分类问题

    4下载:
  2. 在matlab环境下,利用bp神经网络实现异或分类问题,In the matlab environment, the use of bp neural network XOR classification problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-09-16
    • 文件大小:1065
    • 提供者:王渝
  1. bp

    0下载:
  2. 用BP神经网络实现异或运算,matlab实现,并且给出输出的结果-BP neural network with XOR, matlab implementation, and gives the output
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:71551
    • 提供者:王权
  1. bpnet

    0下载:
  2. 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:35275
    • 提供者:
  1. yihuo

    0下载:
  2. 用神经网络中的BP网络来解决“异或问题”,异或函数在两个输入不等的情况下输出1,相等的情况输出0。-BP neural network with the network to solve the " exclusive-OR problem," the two input exclusive-OR function in the case of output ranging from 1, equal to the output of 0.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:986
    • 提供者:zhangjin
  1. BP_study

    0下载:
  2. 基于VC++6.0的MFC编程实现人工智能的BP异或算法-Based on VC++6.0 to MFC programming of artificial intelligence algorithm for BP XOR
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3652472
    • 提供者:cfwang
  1. BPClassification

    0下载:
  2. 本程序用bp解决广义异或问题并提供了对输入样本的改进。-bp to solve the problem and the generalized XOR improve the input samples.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:3789
    • 提供者:tong
  1. xorbp

    1下载:
  2. matlab语言编写的基于BP神经网络的异或问题分类-matlab language BP neural network based on the XOR problem classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-08
    • 文件大小:1024
    • 提供者:gaohainan
  1. BP

    0下载:
  2. 用BP算法解决异或问题,简单易实现,方便使用(Solving XOR problem with BP algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:599040
    • 提供者:cc爱编程
  1. 单隐层BP

    0下载:
  2. 说明: BP神经网络一个简单的异或回归训练,适合入门(BP neural network A simple XOR regression training, suitable for getting started)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:roygym
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com